home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue26 / sdrop14 / SDROP14.ZIP / SDrop14.txt < prev    next >
Encoding:
Text File  |  1997-09-04  |  2.3 KB  |  68 lines

  1.  
  2.         Super Drop List v1.4
  3.         for Delphi 2 and 3
  4.         ------------------------------------------------------
  5.  
  6.         General information
  7.  
  8.         Super Drop List is a set of Enhanced Components designed    
  9.     to allow flexible editing of drop lists for Delphi 2 and
  10.         Delphi 3.
  11.  
  12.  
  13.         What are the benefits of The Super Drop List?
  14.         ==============================================
  15.  
  16.          - Define Colors for Edit Box and List Box
  17.  
  18.          - Assign Bitmap to Button.
  19.  
  20.          - Ownerdraw Listbox is provided
  21.  
  22.          - Listbox size can be different than edit size
  23.  
  24.          - AutoExpand fills in text as you type.
  25.  
  26.          - CaretatEnd allows you to set the caret at the start or end of the text.
  27.  
  28.          - Many, Many Options concerning behavior of the Drop Button.
  29.  
  30.  
  31.         Files  The Zip package contains 18 files:
  32.         =====
  33.  
  34.           -------  Delphi 3 files - SDrop14D2 contains Delphi 2 files  -------
  35.           STOOLS.DCR   ->  component images
  36.           STOOLS.DCU   ->  required components for Cal Set and Drop List
  37.  
  38.           SDROPLST.DCU ->  Super DropList Component
  39.           STOOLSDB.DCU ->  DB Version of Super DropEdit and Super ListBox
  40.       SDLISTDB.DCU ->  DB Version of Super DropList
  41.     ****  SDrop14D2.ZIP   ->  Zip Package containing above files for Delphi 2  *******
  42.  
  43.  
  44.       -------  These files are for both Delphi 2 and Delphi 3  -------
  45.           SDROPDEMO.DPR   ->  sample DropEdit project for Delphi 2/3
  46.           SDROPDEMO1.DFM  ->  sample form 1 for Delphi 2/3
  47.           SDROPDEMO1.PAS  ->  sample file 1 for Delphi 2/3
  48.           SDROPDEMO2.DFM  ->  sample form 2 for Delphi 2/3
  49.           SDROPDEMO2.PAS  ->  sample file 2 for Delphi 2/3
  50.  
  51.       README.TXT     ->  important information
  52.       LICENSE.TXT    ->  license information
  53.       INSTALL.TXT    ->  installation and general information
  54.           SDROP13.TXT    ->  general information
  55.       HELP.TXT       ->  functions,procedures and properties
  56.           ORDER.TXT      ->  registration and legal information
  57.       SDROPDEMO.EXE  ->  Super DropList Demo
  58.  
  59.  
  60.         Version History
  61.         ==============================================
  62.  
  63.         1.0-1.2 - Internal testing and development.
  64.     1.3 - First Public Release  8/18/97
  65.     1.4 - Minor updates and revisions  9/3/97
  66.  
  67.  
  68. <jaym25@challenger.net>